github.com/andybalholm/brotli.encoderDictionary.buckets (field)
6 uses
github.com/andybalholm/brotli (current package)
encoder_dict.go#L9: buckets []uint16
encoder_dict.go#L17: dict.buckets = kStaticDictionaryBuckets[:]
static_dict.go#L77: var offset uint = uint(dict.buckets[hash(data)])
static_dict.go#L430: var offset uint = uint(dict.buckets[hash(data[1:])])
static_dict.go#L594: var offset uint = uint(dict.buckets[hash(data[2:])])
static_dict.go#L626: var offset uint = uint(dict.buckets[hash(data[5:])])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |